ImageRepresentable

data class ImageRepresentable(val width: Int, val height: Int, val data: ByteArray?)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, data: ByteArray?)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int